FillColor

When working in DRAW mode this property returns and sets the color used to fill in circles and boxes created with the DrawCircle and DrawLine graphics methods.

When working in EDIT mode this property returns and sets the color used to fill in circles and boxes created with MODE = (caModeEditRectangleFilled , caModeEditRoundRectangleFilled , ModeEditEllipseFilled , caModeEditFill).

Syntax: imaG.FillColor = color
color (OLE_COLOR) Value or constant that determines the fill color.

Default Value: 0 black

This is a standard Microsoft Visual Basic property.

If you are using this property with a palettized image, then the color selected must be contained in the image's palette. If it is not, then the closest color found in the image's palette is used.

See also FillStyle , ForeColor , EditColorRight